home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / pc / mac_file / vendor_d / neuralwa / nw2v50 / macuio.red < prev    next >
Text File  |  1993-08-23  |  851b  |  35 lines

  1. #ifdef THINK_C
  2. /* Redefinitions to intercept Think C calls */
  3. #define fseek        io_fseek 
  4. #define ftell        io_ftell
  5. #define fopen        io_fopen
  6. #define    freopen        io_freopen 
  7. #define fclose        io_fclose 
  8. #define    remove        io_remove
  9. #define    rename        io_rename
  10. #define    tmpnam        io_tmpnam
  11. #define    tmpfile        io_tmpfile
  12. #define    fflush        io_fflush
  13. #define    setvbuf        io_setvbuf
  14. #define    fgetc        io_fgetc
  15. #define    fgets        io_fgets
  16. #define    fputc        io_fputc
  17. #define    fputs        io_fputs
  18. #define    ungetc        io_ungetc
  19. #define    fread        io_fread
  20. #define    fwrite        io_fwrite
  21. #define    fgetpos        io_fgetpos
  22. #define    fsetpos        io_fsetpos
  23. #define    calloc        io_calloc
  24. #define    malloc        io_malloc
  25. #define    realloc        io_realloc
  26. #define    setbuf        io_setbuf
  27. #define    free        io_free
  28. #define    rewind        io_rewind
  29. #define sprintf        io_sprintf 
  30. #define fprintf        io_fprintf
  31. #define sscanf        io_sscanf 
  32. #define fscanf        io_fscanf
  33. #endif
  34.  
  35.